home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- // select or de-select all collections on a ultraseek server
- function selectCollection(col_name, selected) {
- for (count = 0; count < document.forms[0].elements.length ; count++) {
- if ((document.forms[0].elements[count].name == "col") &&
- (document.forms[0].elements[count].value.indexOf(col_name) != -1))
- {
- document.forms[0].elements[count].checked = selected;
- }
- }
-
- }
-
- //-->
- </SCRIPT>
-